home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 July
/
Macworld (1999-07).dmg
/
Shareware World
/
Info
/
For Developers
/
Mops 3.4.sea
/
Mops ƒ
/
testmod2.txt
< prev
next >
Wrap
Text File
|
1997-12-11
|
214b
|
14 lines
+echo
\ Some more silly code to test our module stuff:
export_class myEEE
variable myRA
: myTestWord db ." myTestWord here!!! myRA is " myRA @ .h ;
: EE cc: myEEE
['] myTestWord myRA reloc!
myRA @ ;